################################################################################
# ԶɵļҪ༭
################################################################################

-include ../makefile.init

RM := rm -rf

# All of the sources participating in the build are defined here
-include sources.mk
-include subdir.mk
-include objects.mk

-include ../makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 

# Ŀ
all: KF8TS_General_Touch_Demo_2410_V1.6.hex

# ߵ
KF8TS_General_Touch_Demo_2410_V1.6.hex: $(OBJS) $(USER_RELS)
	@echo 'ڹĿ꣺ $@'
	@echo 'ڵã C Project Linker Release'
	kf8link -O3 -c -m libkf8.lib KF8TS2410.lib KF8_Touch_Fun.lib -s"C:/ChipONCC/kfl/KF8TS2410.kfl" -o "KF8TS_General_Touch_Demo_2410_V1.6.hex" $(OBJS) $(USER_RELS) $(LIBS)
	@echo 'ѽĿ꣺ $@'
	@echo ' '

# Ŀ
clean:
	-$(RM) $(OBJS)$(EXECUTABLES) KF8TS_General_Touch_Demo_2410_V1.6.hex
	-@echo ' '

.PHONY: all clean dependents
.SECONDARY:

-include ../makefile.targets
